Initializes a new KeyStoneCommand class object with explicit parameters.
public KeyStoneCommand(
LeadPoint[] polygonPoints
)
Public Function New( _
ByVal polygonPoints() As Leadtools.LeadPoint _
)
public KeyStoneCommand(
Leadtools.LeadPoint[] polygonPoints
)
- (instancetype)initWithPolygonPoints:(NSArray<NSValue *> *)polygonPoints /*LeadPoint*/
public KeyStoneCommand(ArrayList<LeadPoint> polygonPoints)
function KeyStoneCommand(
polygonPoints
)
public:
KeyStoneCommand(
Leadtools.array<LeadPoint>^ polygonPoints
)
polygonPoints
A reference to an array of LeadPoint structures that contain the four points of the polygon used in the transformation process.
If the input array of points that represents the polygon has more than 4 points, an Invalid Parameters Exception will be thrown.
Refer to the KeyStoneCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET